home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / Opera 7.ini < prev    next >
INI File  |  2007-06-03  |  10KB  |  550 lines

  1. [%info]
  2. CSS Opera 7 Compatible
  3. Reference: http://www.opera.com/docs/specs/opera07/
  4.  
  5. [%groups]
  6. borders=Borders
  7. colors=Colors and Backgrounds
  8. fonts=Font
  9. generate=Generated Content
  10. page=Page
  11. table=Tables
  12. text=Text
  13. visual=Visual
  14.  
  15. [%properties]
  16. background
  17. background-attachment
  18. background-color
  19. background-image
  20. background-position
  21. background-repeat
  22. border
  23. border-bottom
  24. border-bottom-color
  25. border-bottom-style
  26. border-bottom-width
  27. border-collapse
  28. border-color
  29. border-left
  30. border-left-color
  31. border-left-style
  32. border-left-width
  33. border-right
  34. border-right-color
  35. border-right-style
  36. border-right-width
  37. border-spacing
  38. border-style
  39. border-top
  40. border-top-color
  41. border-top-style
  42. border-top-width
  43. border-width
  44. bottom
  45. caption-side
  46. clear
  47. clip
  48. color
  49. content
  50. counter-increment
  51. counter-reset
  52. cursor
  53. display
  54. empty-cells
  55. float
  56. font
  57. font-family
  58. font-size
  59. font-style
  60. font-variant
  61. font-weight
  62. height
  63. left
  64. letter-spacing
  65. line-height
  66. list-style
  67. list-style-image
  68. list-style-position
  69. list-style-type
  70. margin
  71. margin-bottom
  72. margin-left
  73. margin-right
  74. margin-top
  75. max-height
  76. max-width
  77. min-height
  78. min-width
  79. orphans
  80. outline
  81. outline-color
  82. outline-style
  83. outline-width
  84. overflow
  85. padding
  86. padding-bottom
  87. padding-left
  88. padding-right
  89. padding-top
  90. page-break-after
  91. page-break-before
  92. page-break-inside
  93. position
  94. quotes
  95. right
  96. size
  97. table-layout
  98. text-align
  99. text-decoration
  100. text-indent
  101. text-transform
  102. top
  103. vertical-align
  104. visibility
  105. white-space
  106. widows
  107. width
  108. word-spacing
  109. z-index
  110.  
  111. [%units]
  112. <length>=px|em|ex|pt|in|pc|mm|cm
  113.  
  114. [%types]
  115. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  116. <border-width>=<length>|thin|medium|thick
  117. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  118. <relative-size>=larger|smaller
  119. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  120.  
  121.  
  122. [background]
  123. group=colors
  124. value=<mixed>
  125. sub1=background-color,<color>|transparent
  126. sub2=background-image,<imageurl>|none
  127. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  128. sub4=background-attachment,scroll|fixed
  129. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  130.  
  131. [background-attachment]
  132. group=colors
  133. value=scroll|fixed
  134.  
  135. [background-color]
  136. group=colors
  137. value=<color>|transparent
  138.  
  139. [background-image]
  140. group=colors
  141. value=<imageurl>|none
  142.  
  143. [background-position]
  144. group=colors
  145. value=<percentage>|<length>|top|center|bottom|left|right
  146.  
  147. [background-repeat]
  148. group=colors
  149. value=repeat|repeat-x|repeat-y|no-repeat
  150.  
  151. [border]
  152. group=borders
  153. value=<mixed>
  154. sub1=width,<border-width>
  155. sub2=style,<border-style>
  156. sub3=color,<color>|transparent
  157.  
  158. [border-bottom]
  159. group=borders
  160. value=<mixed>
  161. sub1=width,<border-width>
  162. sub2=style,<border-style>
  163. sub3=color,<color>|transparent
  164.  
  165. [border-bottom-color]
  166. group=borders
  167. value=<color>|transparent
  168.  
  169. [border-bottom-style]
  170. group=borders
  171. value=<border-style>
  172.  
  173. [border-bottom-width]
  174. group=borders
  175. value=<border-width>
  176.  
  177. [border-collapse]
  178. group=table
  179. value=collapse|separate
  180.  
  181. [border-color]
  182. group=borders
  183. value=<mixed>|<color>|transparent
  184. sub1=border-top-color,<color>|transparent
  185. sub2=border-right-color,<color>|transparent
  186. sub3=border-bottom-color,<color>|transparent
  187. sub4=border-left-color,<color>|transparent
  188.  
  189. [border-left]
  190. group=borders
  191. value=<mixed>
  192. sub1=width,<border-width>
  193. sub2=style,<border-style>
  194. sub3=color,<color>|transparent
  195.  
  196. [border-left-color]
  197. group=borders
  198. value=<color>|transparent
  199.  
  200. [border-left-style]
  201. group=borders
  202. value=<border-style>
  203.  
  204. [border-left-width]
  205. group=borders
  206. value=<border-width>
  207.  
  208. [border-right]
  209. group=borders
  210. value=<mixed>
  211. sub1=width,<border-width>
  212. sub2=style,<border-style>
  213. sub3=color,<color>|transparent
  214.  
  215. [border-right-color]
  216. group=borders
  217. value=<color>|transparent
  218.  
  219. [border-right-style]
  220. group=borders
  221. value=<border-style>
  222.  
  223. [border-right-width]
  224. group=borders
  225. value=<border-width>
  226.  
  227. [border-spacing]
  228. group=table
  229. value=<length>
  230.  
  231. [border-style]
  232. group=borders
  233. value=<mixed>|<border-style>
  234. sub1=border-top-style,<border-style>
  235. sub2=border-right-style,<border-style>
  236. sub3=border-bottom-style,<border-style>
  237. sub4=border-left-style,<border-style>
  238.  
  239. [border-top]
  240. group=borders
  241. value=<mixed>
  242. sub1=width,<border-width>
  243. sub2=style,<border-style>
  244. sub3=color,<color>
  245.  
  246. [border-top-color]
  247. group=borders
  248. value=<color>
  249.  
  250. [border-top-style]
  251. group=borders
  252. value=<border-style>
  253.  
  254. [border-top-width]
  255. group=borders
  256. value=<border-width>
  257.  
  258. [border-width]
  259. group=borders
  260. value=<mixed>|<border-width>
  261. sub1=border-top-width,<border-width>
  262. sub2=border-right-width,<border-width>
  263. sub3=border-bottom-width,<border-width>
  264. sub4=border-left-width,<border-width>
  265.  
  266. [bottom]
  267. group=visual
  268. value=<percentage>|<length>|auto
  269.  
  270. [caption-side]
  271. group=table
  272. value=top|bottom|left|right
  273.  
  274. [clear]
  275. group=borders
  276. value=none|left|right|both
  277.  
  278. [clip]
  279. group=visual
  280. value=auto
  281.  
  282. [color]
  283. group=colors
  284. value=<color>
  285.  
  286. [content]
  287. group=generate
  288. value=<url>|open-quote|close-quote|no-open-quote|no-close-quote
  289.  
  290. [counter-increment]
  291. group=generate
  292. value=none
  293.  
  294. [counter-reset]
  295. group=generate
  296. value=none
  297.  
  298. [cursor]
  299. group=visual
  300. value=<url>|default|auto|crosshair|pointer|move|text|wait|help|hand|n-resize|ne-resize|e-resize|se-resize|s-resize|sw-resize|w-resize|nw-resize
  301.  
  302. [display]
  303. group=visual
  304. value=inline|block|list-item|run-in|compact|table|inline-table|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|none
  305.  
  306. [empty-cells]
  307. group=table
  308. value=show|hide
  309.  
  310. [float]
  311. group=borders
  312. value=left|right|none
  313.  
  314. [font]
  315. group=fonts
  316. value=<mixed>
  317. sub1=font-style,normal|italic|oblique
  318. sub2=font-variant,normal|small-caps
  319. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  320. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  321. sub5=line-height,<percentage>|<length>|<number>|normal
  322. sub6=font-family,<font>
  323. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  324.  
  325. [font-family]
  326. group=fonts
  327. value=<font>
  328.  
  329. [font-size]
  330. group=fonts
  331. value=<length>|<percentage>|<relative-size>|<absolute-size>
  332.  
  333. [font-style]
  334. group=fonts
  335. value=normal|italic|oblique
  336.  
  337. [font-variant]
  338. group=fonts
  339. value=normal|small-caps
  340.  
  341. [font-weight]
  342. group=fonts
  343. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  344.  
  345. [height]
  346. group=visual
  347. value=<percentage>|<length>|auto
  348.  
  349. [left]
  350. group=visual
  351. value=<percentage>|<length>|auto
  352.  
  353. [letter-spacing]
  354. group=text
  355. value=<length>|normal
  356.  
  357. [line-height]
  358. group=text
  359. value=<percentage>|<length>|<number>|normal
  360.  
  361. [list-style]
  362. group=visual
  363. value=<mixed>
  364. sub1=list-style-type,disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  365. sub2=list-style-position,inside|outside
  366. sub3=list-style-image,<imageurl>|none
  367.  
  368. [list-style-image]
  369. group=visual
  370. value=<imageurl>|none
  371.  
  372. [list-style-position]
  373. group=visual
  374. value=inside|outside
  375.  
  376. [list-style-type]
  377. group=visual
  378. value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  379.  
  380. [margin]
  381. group=borders
  382. value=<mixed>|<percentage>|<length>|auto
  383. sub1=margin-top,<percentage>|<length>|auto
  384. sub2=margin-right,<percentage>|<length>|auto
  385. sub3=margin-bottom,<percentage>|<length>|auto
  386. sub4=margin-left,<percentage>|<length>|auto
  387.  
  388. [margin-bottom]
  389. group=borders
  390. value=<percentage>|<length>|auto
  391.  
  392. [margin-left]
  393. group=borders
  394. value=<percentage>|<length>|auto
  395.  
  396. [margin-right]
  397. group=borders
  398. value=<percentage>|<length>|auto
  399.  
  400. [margin-top]
  401. group=borders
  402. value=<percentage>|<length>|auto
  403.  
  404. [max-height]
  405. group=visual
  406. value=<percentage>|<length>|none
  407.  
  408. [max-width]
  409. group=visual
  410. value=<percentage>|<length>|none
  411.  
  412. [min-height]
  413. group=visual
  414. value=<percentage>|<length>|none
  415.  
  416. [min-width]
  417. group=visual
  418. value=<percentage>|<length>|none
  419.  
  420. [orphans]
  421. group=page
  422. value=<number>
  423.  
  424. [outline]
  425. group=visual
  426. value=<mixed>
  427. sub1=outline-color,<color>|invert
  428. sub2=outline-style,<border-style>
  429. sub3=outline-width,<border-width>
  430.  
  431. [outline-color]
  432. group=visual
  433. value=invert|<color>
  434.  
  435. [outline-style]
  436. group=visual
  437. value=<border-style>
  438.  
  439. [outline-width]
  440. group=visual
  441. value=<border-width>
  442.  
  443. [overflow]
  444. group=visual
  445. value=visible|hidden|scroll|auto
  446.  
  447. [padding]
  448. group=borders
  449. value=<mixed>|<percentage>|<length>
  450. sub1=padding-top,<percentage>|<length>
  451. sub2=padding-right,<percentage>|<length>
  452. sub3=padding-bottom,<percentage>|<length>
  453. sub4=padding-left,<percentage>|<length>
  454.  
  455. [padding-bottom]
  456. group=borders
  457. value=<percentage>|<length>
  458.  
  459. [padding-left]
  460. group=borders
  461. value=<percentage>|<length>
  462.  
  463. [padding-right]
  464. group=borders
  465. value=<percentage>|<length>
  466.  
  467. [padding-top]
  468. group=borders
  469. value=<percentage>|<length>
  470.  
  471. [page-break-after]
  472. group=page
  473. value=auto|always|avoid|left|right
  474.  
  475. [page-break-before]
  476. group=page
  477. value=auto|always|avoid|left|right
  478.  
  479. [page-break-inside]
  480. group=page
  481. value=avoid|auto
  482.  
  483. [position]
  484. group=visual
  485. value=static|relative|absolute|fixed
  486.  
  487. [quotes]
  488. group=visual
  489. value=none
  490.  
  491. [right]
  492. group=visual
  493. value=<percentage>|<length>|auto
  494.  
  495. [size]
  496. group=page
  497. value=<length>|auto|portrait|landscape
  498.  
  499. [table-layout]
  500. group=table
  501. value=auto|fixed
  502.  
  503. [text-align]
  504. group=text
  505. value=left|right|center|justify
  506.  
  507. [text-decoration]
  508. group=text
  509. value=none|underline|overline|line-through|blink
  510.  
  511. [text-indent]
  512. group=text
  513. value=<percentage>|<length>
  514.  
  515. [text-transform]
  516. group=text
  517. value=capitalize|uppercase|lowercase|none
  518.  
  519. [top]
  520. group=visual
  521. value=<percentage>|<length>|auto
  522.  
  523. [vertical-align]
  524. group=visual
  525. value=<percentage>|<length>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
  526.  
  527. [visibility]
  528. group=visual
  529. value=visible|hidden
  530.  
  531. [white-space]
  532. group=visual
  533. value=normal|pre|nowrap
  534.  
  535. [widows]
  536. group=page
  537. value=<number>
  538.  
  539. [width]
  540. group=visual
  541. value=<percentage>|<length>|auto
  542.  
  543. [word-spacing]
  544. group=text
  545. value=<length>|normal
  546.  
  547. [z-index]
  548. group=visual
  549. value=<number>|auto
  550.